Blazor コントロール
ReplaceRangeAsync メソッド (ISupportRangeEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportRangeEditing<T> インターフェース : ReplaceRangeAsync メソッド
The starting index.
The new items.
The cancellation token.
Replaces the items starting at the specified startingIndex by the specified items.
シンタックス
'宣言
 
Function ReplaceRangeAsync( _
   ByVal startingIndex As System.Integer, _
   ByVal items As System.Collections.Generic.IEnumerable(Of T), _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
System.Threading.Tasks.Task ReplaceRangeAsync( 
   System.int startingIndex,
   System.Collections.Generic.IEnumerable<T> items,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

startingIndex
The starting index.
items
The new items.
cancellationToken
The cancellation token.
参照

ISupportRangeEditing<T> インターフェース
ISupportRangeEditing<T> メンバ